TouchFingerEventArgs(TouchEventType, long, long, float, float, float, float, float)

Constructor

Namespace: Imagini

Declared in: Imagini.TouchFingerEventArgs


Creates a new event args object.

Syntax

public TouchFingerEventArgs(
	TouchEventType type,
	long deviceId,
	long fingerId,
	float x,
	float y,
	float dx,
	float dy,
	float pressure
)

Back to index